(all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
authorRichard M. Stallman <rms@gnu.org>
Wed, 2 Jun 1993 06:52:09 +0000 (06:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 2 Jun 1993 06:52:09 +0000 (06:52 +0000)
lib-src/Makefile.in

index 27567bdf87d52d3a22fa4e02216f563207de46ff..f213dedea2eece5566fd4a8745ec1349449a0240 100644 (file)
@@ -108,7 +108,7 @@ ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \
 .c.o:
        ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $<
 
-all: ${EXECUTABLES}
+all: ${UTILITIES} ${INSTALLABLES}
 
 ### Install the internal utilities.  Until they are installed, we can
 ### just run them directly from lib-src.